Skip to content

Commit

Permalink
Use TryFrom since it is stable
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Apr 19, 2019
1 parent 76d20ff commit 675769a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 195 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ syn = "0.12.13"

[features]
const-fn = []
try-from = []
3 changes: 0 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ fn main() {
}

#[test]
#[cfg(feature = "try-from")]
fn try_from() {
#(#try_from_asserts)*
}
Expand Down Expand Up @@ -232,7 +231,6 @@ fn main() {
}

#[test]
#[cfg(feature = "try-from")]
fn try_from() {
#(#try_from_asserts)*
}
Expand Down Expand Up @@ -297,7 +295,6 @@ fn main() {
}

#[test]
#[cfg(feature = "try-from")]
fn try_from() {
#(#try_from_asserts)*
}
Expand Down
Loading

0 comments on commit 675769a

Please sign in to comment.