Skip to content

Commit 74156eb

Browse files
committed
chore(psl): use single-flag bitflags form for the hidden set
Apply the review suggestion: a single-variant set does not need the brace form. Signed-off-by: Alexey Orlenko's AI Agent <robot@aqrln.net>
1 parent 94c2c1f commit 74156eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

psl/psl-core/src/common/preview_features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ impl<'a> FeatureMapWithProvider<'a> {
232232
| TransactionApi
233233
| UncheckedScalarInputs
234234
}),
235-
hidden: enumflags2::make_bitflags!(PreviewFeature::{ReactNative}),
235+
hidden: enumflags2::make_bitflags!(PreviewFeature::ReactNative),
236236
};
237237

238238
Self {

0 commit comments

Comments
 (0)