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 790c04f commit 301482eCopy full SHA for 301482e
allocative/src/rc_str.rs
@@ -14,6 +14,7 @@ use std::ops::Deref;
14
use std::rc::Rc;
15
16
#[derive(Clone, Debug, PartialEq, Eq, Ord, PartialOrd)]
17
+#[allow(dead_code)]
18
pub(crate) struct RcStr(Rc<str>);
19
20
impl<'a> From<&'a str> for RcStr {
0 commit comments