Skip to content

Commit

Permalink
build(cargo): add feature attribute for const type id
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaba505 committed Oct 22, 2020
1 parent 47f742b commit f9516be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
//! assert_eq!(args[0], "subcommand");
//! ```
#![feature(const_type_id)]
#![feature(type_name_of_val)]
#![feature(test)]
#![feature(duration_constants)]
Expand Down

0 comments on commit f9516be

Please sign in to comment.