Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk authored Oct 8, 2023
1 parent 13b4ad8 commit aba6c89
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/formality-smir/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#![feature(rustc_private)]

extern crate rustc_driver;
extern crate rustc_smir;

use rustc_smir::stable_mir;
extern crate stable_mir;

/// Trait used to convert from Stable MIR to Formality types.
pub trait ToFormality {
Expand Down

0 comments on commit aba6c89

Please sign in to comment.