Remove out of date comment.

No smallvecs here.
This commit is contained in:
Nicholas Nethercote 2025-02-25 16:45:35 +11:00
parent 35b7994ea8
commit cee3114544

View file

@ -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);