We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91c063 commit c32508bCopy full SHA for c32508b
src/lib.rs
@@ -62,7 +62,7 @@ impl<R> Volatile<R> {
62
/// a reference. The only reason that we don't forbid non-reference types in the constructor
63
/// functions is that the Rust compiler does not support trait bounds on generic `const`
64
/// functions yet. When this becomes possible, we will release a new version of this library
65
- /// with removed support for non-references. For these reasons it is not recommended to use
+ /// with removed support for non-references. For these reasons it is recommended to use
66
/// the `Volatile` type only with references.
67
///
68
/// ## Example
0 commit comments