blob: 15833126bd6201ddda75e3b529eb26f8dc08473c [file] [log] [blame]
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