mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-10 02:57:58 +00:00
Don't allow failure for cargo fmt (#9702)
* Don't allow failure for cargo fmt * cargo fmt
This commit is contained in:
committed by
GitHub
parent
cd19c7b79e
commit
d99c0cead7
@@ -266,7 +266,6 @@ cargo-fmt:
|
||||
<<: *test-refs
|
||||
script:
|
||||
- cargo +nightly fmt --all -- --check
|
||||
allow_failure: true
|
||||
|
||||
cargo-check-benches:
|
||||
stage: test
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
//! Metering primitives and globals
|
||||
|
||||
use lazy_static::lazy_static;
|
||||
|
||||
Reference in New Issue
Block a user