Skip to content

Commit c78ef92

Browse files
chore: fix another config unreachable-pub
1 parent 437de8d commit c78ef92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ mod test {
422422
use rustfmt_config_proc_macro::config_type;
423423

424424
#[config_type]
425-
pub enum PartiallyUnstableOption {
425+
pub(crate) enum PartiallyUnstableOption {
426426
V1,
427427
V2,
428428
#[unstable_variant]

0 commit comments

Comments
 (0)