Skip to content

Commit

Permalink
Remove intrinsics stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Dec 15, 2018
1 parent 3bd8651 commit f9b5041
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(core_intrinsics)]

mod methods;

extern crate clap;
Expand Down
4 changes: 0 additions & 4 deletions src/methods.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ extern crate itertools; // 0.7.8

use itertools::free::join;

fn _print_type_of<T>(_: &T) {
println!("{}", unsafe { std::intrinsics::type_name::<T>() });
}

/// The second block
///
/// # Examples
Expand Down

0 comments on commit f9b5041

Please sign in to comment.