Skip to content

Commit

Permalink
Auto merge of #229 - mbrubeck:src, r=jdm
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors-servo committed Jul 7, 2020
2 parents 5513f47 + d365521 commit d85325d
Show file tree
Hide file tree
Showing 4 changed files with 863 additions and 868 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Expand Up @@ -18,10 +18,6 @@ union = []
specialization = []
may_dangle = []

[lib]
name = "smallvec"
path = "lib.rs"

[dependencies]
serde = { version = "1", optional = true, default-features = false }

Expand Down

0 comments on commit d85325d

Please sign in to comment.