X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc%2Flib.rs;h=1fd5bcb4915b8e62f4cc1717be258fac1af5e275;hb=f696b21c5f1017ebb451d1e9d2d8fe261b26507f;hp=996f5b1241263e7397e29ee93cc2c95c0e5a9aac;hpb=e88aa39e39d154c9137eaa0730f0c778fcaaa58f;p=rust.git diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs index 996f5b12412..1fd5bcb4915 100644 --- a/src/librustc/lib.rs +++ b/src/librustc/lib.rs @@ -126,7 +126,6 @@ pub mod util { pub mod captures; pub mod common; pub mod nodemap; - pub mod profiling; pub mod bug; }