Skip to content

Commit d374641

Browse files
committed
Remove some indirection from files
1 parent 072198e commit d374641

15 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ authors = [ "Steven Fackler <sfackler@gmail.com>" ]
77
[[lib]]
88

99
name = "postgres"
10-
path = "src/lib/lib.rs"
10+
path = "src/lib.rs"
1111
test = false
1212

1313
[[test]]
1414

1515
name = "test"
16-
path = "src/test/test.rs"
16+
path = "tests/test.rs"
1717

1818
[dependencies.openssl]
1919

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)