Skip to content

Commit

Permalink
Reinstate needed try_from
Browse files Browse the repository at this point in the history
  • Loading branch information
nhynes committed Sep 23, 2018
1 parent 3290a2a commit 04c4534
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![feature(try_from)]

#[cfg(not(target_env = "sgx"))]
extern crate grpcio;

Expand Down

0 comments on commit 04c4534

Please sign in to comment.