Skip to content
This repository was archived by the owner on Oct 10, 2019. It is now read-only.

Commit 90580d2

Browse files
committed
Remove postgres-derive-macros
1 parent 25c509a commit 90580d2

File tree

11 files changed

+1
-486
lines changed

11 files changed

+1
-486
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ rust:
44
- nightly
55
- 1.11.0
66
script:
7-
- (test $TRAVIS_RUST_VERSION != "nightly" || env RUST_BACKTRACE=1 cargo test --manifest-path=postgres-derive-macros/Cargo.toml)
7+
- (test $TRAVIS_RUST_VERSION != "nightly" || env RUST_BACKTRACE=1 cargo test --manifest-path=postgres-derive/Cargo.toml)
88
- cargo test --manifest-path=postgres-derive-codegen/test/Cargo.toml

postgres-derive-macros/Cargo.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

postgres-derive-macros/src/lib.rs

Lines changed: 0 additions & 9 deletions
This file was deleted.

postgres-derive-macros/tests/compile-fail/bad-override.rs

Lines changed: 0 additions & 21 deletions
This file was deleted.

postgres-derive-macros/tests/compile-fail/big-tuple-struct.rs

Lines changed: 0 additions & 14 deletions
This file was deleted.

postgres-derive-macros/tests/compile-fail/complex-enum.rs

Lines changed: 0 additions & 20 deletions
This file was deleted.

postgres-derive-macros/tests/composite.rs

Lines changed: 0 additions & 196 deletions
This file was deleted.

postgres-derive-macros/tests/domains.rs

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)