chore: fix another config unreachable-pub

This commit is contained in:
Caleb Cartwright 2022-08-06 20:29:46 -05:00
parent 437de8d17f
commit c78ef92add

View File

@ -422,7 +422,7 @@ mod test {
use rustfmt_config_proc_macro::config_type;
#[config_type]
pub enum PartiallyUnstableOption {
pub(crate) enum PartiallyUnstableOption {
V1,
V2,
#[unstable_variant]