Remove #[track_caller] from incomplete features list.

This commit is contained in:
Adam Perry 2019-11-07 16:13:44 -08:00
parent 207f520827
commit ebaebd987f
19 changed files with 8 additions and 89 deletions

View file

@ -538,5 +538,4 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[
sym::or_patterns,
sym::let_chains,
sym::raw_dylib,
sym::track_caller,
];