Skip to content

Commit

Permalink
Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jul 18, 2020
1 parent 5702ce8 commit c41db4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_codegen_ssa/back/rpath.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use pathdiff::diff_paths;
use rustc_data_structures::fx::FxHashSet;
use std::env;
use std::fs;
use std::path::{Path, PathBuf};
use pathdiff::diff_paths;

use rustc_hir::def_id::CrateNum;
use rustc_middle::middle::cstore::LibSource;
Expand Down

0 comments on commit c41db4c

Please sign in to comment.