Skip to content

Commit d85325d

Browse files
authored
Auto merge of #229 - mbrubeck:src, r=jdm
Move source files into src directory This moves the `tests` module into a separate file, and moves all source files into a `src` directory, to conform with the default layout for Rust projects.
2 parents 5513f47 + d365521 commit d85325d

File tree

4 files changed

+863
-868
lines changed

4 files changed

+863
-868
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ union = []
1818
specialization = []
1919
may_dangle = []
2020

21-
[lib]
22-
name = "smallvec"
23-
path = "lib.rs"
24-
2521
[dependencies]
2622
serde = { version = "1", optional = true, default-features = false }
2723

0 commit comments

Comments
 (0)