Remove out of date comment.
No smallvecs here.
This commit is contained in:
parent
35b7994ea8
commit
cee3114544
1 changed files with 0 additions and 1 deletions
|
@ -325,7 +325,6 @@ pub(crate) fn target_features_cfg(sess: &Session) -> (Vec<Symbol>, Vec<Symbol>)
|
|||
if RUSTC_SPECIAL_FEATURES.contains(feature) {
|
||||
return true;
|
||||
}
|
||||
// check that all features in a given smallvec are enabled
|
||||
if let Some(feat) = to_llvm_features(sess, feature) {
|
||||
for llvm_feature in feat {
|
||||
let cstr = SmallCStr::new(llvm_feature);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue