diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-08-01 19:56:51 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-08-01 19:56:51 +0200 |
| commit | d33a0c66a17316755e572b3620fb030ec1e52f61 (patch) | |
| tree | 12e761d23dd0c15341d1142e708c1177873a92d6 /examples | |
| parent | ad47fb727e90ebe1fae991e08ea7dfcb907c15f7 (diff) | |
chore: enable unnecessarily disabled clippy rules
(detection has been fixed upstream)
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rust/src/fibonacci.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rust/src/fibonacci.rs b/examples/rust/src/fibonacci.rs index 8de496d..b847ad5 100644 --- a/examples/rust/src/fibonacci.rs +++ b/examples/rust/src/fibonacci.rs @@ -1,5 +1,4 @@ #![no_main] -#![allow(non_snake_case)] #[no_mangle] pub extern "C" fn fibonacci(n: i32) -> i32 { |
