-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclippy_kernels2.txt
More file actions
43 lines (41 loc) · 1.86 KB
/
clippy_kernels2.txt
File metadata and controls
43 lines (41 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Compiling bitnet v0.2.1-dev (C:\Code\Rust\BitNet-rs)
Checking bitnet-tests v0.2.1-dev (C:\Code\Rust\BitNet-rs\tests)
Checking bitnet-kernels v0.2.1-dev (C:\Code\Rust\BitNet-rs\crates\bitnet-kernels)
error: duplicated attribute
--> crates\bitnet-kernels\tests\neon_softmax_edge_tests.rs:9:10
|
9 | #![allow(dead_code, unused_imports)]
| ^^^^^^^^^
|
note: first defined here
--> crates\bitnet-kernels\tests\neon_softmax_edge_tests.rs:1:10
|
1 | #![allow(dead_code, unused_imports, unused_variables, unused_unsafe, unsafe_op_in_unsafe_fn)]
| ^^^^^^^^^
help: remove this attribute
--> crates\bitnet-kernels\tests\neon_softmax_edge_tests.rs:9:10
|
9 | #![allow(dead_code, unused_imports)]
| ^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#duplicated_attributes
= note: `-D clippy::duplicated-attributes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::duplicated_attributes)]`
error: duplicated attribute
--> crates\bitnet-kernels\tests\neon_softmax_edge_tests.rs:9:21
|
9 | #![allow(dead_code, unused_imports)]
| ^^^^^^^^^^^^^^
|
note: first defined here
--> crates\bitnet-kernels\tests\neon_softmax_edge_tests.rs:1:21
|
1 | #![allow(dead_code, unused_imports, unused_variables, unused_unsafe, unsafe_op_in_unsafe_fn)]
| ^^^^^^^^^^^^^^
help: remove this attribute
--> crates\bitnet-kernels\tests\neon_softmax_edge_tests.rs:9:21
|
9 | #![allow(dead_code, unused_imports)]
| ^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#duplicated_attributes
error: could not compile `bitnet-kernels` (test "neon_softmax_edge_tests") due to 2 previous errors
warning: build failed, waiting for other jobs to finish...