Module::id_raw became crate-public
This commit is contained in:
parent
acbf5d8723
commit
85ec781a35
@ -251,8 +251,8 @@ impl Module {
|
|||||||
self.id.as_ref().map(|s| s.as_str())
|
self.id.as_ref().map(|s| s.as_str())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get the ID of the [`Module`], if any.
|
/// Get the ID of the [`Module`] as an [`ImmutableString`], if any.
|
||||||
pub(crate) fn id_raw(&self) -> &Option<ImmutableString> {
|
pub fn id_raw(&self) -> &Option<ImmutableString> {
|
||||||
&self.id
|
&self.id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user