mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 19:06:32 +00:00
chore: change rustfmt_skip
for clippy
https://github.com/rust-lang/rust/issues/124735#issuecomment-2094818939
This commit is contained in:
parent
d745aaa868
commit
202696fd84
13 changed files with 13 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
|
@ -28,7 +28,7 @@ Array.prototype.sortBy = function(lambda) {
|
|||
|
||||
function preamble() {
|
||||
return `\
|
||||
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||
#![cfg_attr(any(), rustfmt::skip)]
|
||||
///////////////////////////////////////////////
|
||||
// //
|
||||
// ! //
|
||||
|
|
Loading…
Reference in a new issue