Skip to content

Commit cd78c51

Browse files
solontseviffyio
andauthored
ServerOption -> CreateServerOption
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent e84c844 commit cd78c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8018,7 +8018,7 @@ impl fmt::Display for SecretOption {
80188018
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
80198019
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
80208020
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
8021-
pub struct ServerOption {
8021+
pub struct CreateServerOption {
80228022
pub key: Ident,
80238023
pub value: Ident,
80248024
}

0 commit comments

Comments
 (0)