File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 5151            for cargo_toml in $(git ls-files '**/Cargo.toml'); do 
5252                ( 
5353                    cd "$(dirname ${cargo_toml})" 
54-                     cargo fmt --check 
54+                     cargo +nightly  fmt --check 
5555                    cargo check --all-targets 
5656                ) 
5757            done 
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ use fxhash::FxHashSet;
77/// This is a tool for sweeping a list of equations, some of which define new variables as 
88/// functions of previous ones, and eliminating these new variables, by substituting them 
99/// elsewhere. 
10- /// 
1110pub  struct  Inliner < ' a >  { 
1211    /// Map from variables to their values. 
1312     /// Invariant: no key variable in in any value variable. 
Original file line number Diff line number Diff line change 11//! Translation from IR to MILP 
2- //! 
32
43// Needed until https://github.com/rust-lang/rust-clippy/pull/8183 is resolved. 
54#![ allow( clippy:: identity_op) ]  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments