Skip to content

Commit

Permalink
Document derived traits for bitset! macro
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanzab committed Apr 30, 2014
1 parent a3d9980 commit 43320e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/libcollections/bitflags.rs
Expand Up @@ -72,6 +72,11 @@
//! }
//! ~~~
//!
//! # Derived traits
//!
//! The `Eq`, `TotalEq`, and `Clone` traits are automatically derived for the
//! `struct` using the `deriving` attribute.
//!
//! # Operators
//!
//! The following operator traits are implemented for the generated `struct`:
Expand Down

0 comments on commit 43320e5

Please sign in to comment.