Skip to content

Commit

Permalink
Added code element
Browse files Browse the repository at this point in the history
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
  • Loading branch information
Cerber-Ursi and jonas-schievink committed Oct 13, 2019
1 parent cfda050 commit 0510bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/any.rs
Expand Up @@ -9,7 +9,7 @@
//! inner value. `Box<dyn Any>` adds the `downcast` method, which attempts to
//! convert to a `Box<T>`. See the [`Box`] documentation for the full details.
//!
//! Note that &dyn Any is limited to testing whether a value is of a specified
//! Note that `&dyn Any` is limited to testing whether a value is of a specified
//! concrete type, and cannot be used to test whether a type implements a trait.
//!
//! [`Box`]: ../../std/boxed/struct.Box.html
Expand Down

0 comments on commit 0510bbf

Please sign in to comment.