diff options
Diffstat (limited to 'src/rust/smartlist/Cargo.toml')
-rw-r--r-- | src/rust/smartlist/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rust/smartlist/Cargo.toml b/src/rust/smartlist/Cargo.toml index 4ecdf50869..a5afe7bf74 100644 --- a/src/rust/smartlist/Cargo.toml +++ b/src/rust/smartlist/Cargo.toml @@ -9,7 +9,6 @@ libc = "0.2.39" [lib] name = "smartlist" path = "lib.rs" -crate_type = ["rlib", "staticlib"] [features] # We have to define a feature here because doctests don't get cfg(test), |