Skip to content

Commit

Permalink
Merge pull request #141 from oli-obk/patch-2
Browse files Browse the repository at this point in the history
update SMIR dependency to latest nightly
  • Loading branch information
nikomatsakis authored Oct 8, 2023
2 parents 13b4ad8 + aba6c89 commit da1c0e2
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 da1c0e2

Please sign in to comment.