mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
warning: external crate `bar` unused in `libfib`: remove the dependency or add `use bar as _;`
|
|
--> $DIR/libfib.rs:7:1
|
|
|
|
|
LL | pub fn fib(n: u32) -> Vec<u32> {
|
|
| ^
|
|
|
|
|
= note: requested on the command line with `-W unused-crate-dependencies`
|
|
|
|
warning: 1 warning emitted
|
|
|