Remove extern crate smallvec from a couple of crates.

This commit is contained in:
Nicholas Nethercote 2024-04-29 16:18:37 +10:00
parent 1ab34f063b
commit 52e9a23bdc
8 changed files with 6 additions and 10 deletions

View file

@ -67,8 +67,6 @@
#[macro_use]
extern crate tracing;
#[macro_use]
extern crate smallvec;
#[cfg(test)]
mod tests;