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 359e80d commit 530c734Copy full SHA for 530c734
glib/src/source.rs
@@ -23,7 +23,7 @@ pub struct SourceId(NonZeroU32);
23
impl SourceId {
24
// rustdoc-stripper-ignore-next
25
/// Returns the internal source ID.
26
- pub unsafe fn as_raw(&self) -> u32 {
+ pub fn as_raw(&self) -> u32 {
27
self.0.get()
28
}
29
0 commit comments