We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c6469 commit bbafa57Copy full SHA for bbafa57
1 file changed
crates/vm/src/builtins/capsule.rs
@@ -58,7 +58,7 @@ impl PyCapsule {
58
.store(context, core::sync::atomic::Ordering::Relaxed);
59
}
60
61
- pub fn name(&self) -> Option<&'static CStr> {
+ pub fn name(&self) -> Option<&CStr> {
62
self.name
63
64
0 commit comments