1
Fork 0

Auto merge of #32051 - steveklabnik:gh9447, r=bluss

Fixes #9447
This commit is contained in:
bors 2016-03-07 06:54:36 +00:00
commit 79f914fdb9
15 changed files with 15 additions and 15 deletions

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! Overloadable operators
//! Overloadable operators.
//!
//! Implementing these traits allows you to get an effect similar to
//! overloading operators.