]> git.proxmox.com Git - rustc.git/blobdiff - vendor/syn/src/op.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / vendor / syn / src / op.rs
index e0e7809f69f54a624e4f19d610ab6aeac005918d..d254673b40dfff0c88ce2c7beedddf49f58f2171 100644 (file)
@@ -3,7 +3,6 @@ ast_enum! {
     ///
     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
     /// feature.*
-    #[cfg_attr(feature = "clone-impls", derive(Copy))]
     pub enum BinOp {
         /// The `+` operator (addition)
         Add(Token![+]),
@@ -69,7 +68,6 @@ ast_enum! {
     ///
     /// *This type is available only if Syn is built with the `"derive"` or `"full"`
     /// feature.*
-    #[cfg_attr(feature = "clone-impls", derive(Copy))]
     pub enum UnOp {
         /// The `*` operator for dereferencing
         Deref(Token![*]),