Skip to content

Commit 9c8f184

Browse files
committed
Remove unused lifetime.
1 parent 37fd44d commit 9c8f184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ impl Context {
6868
}
6969

7070
/// Get the globals as dictionary.
71-
pub fn globals<'p>(&self) -> &Py<PyDict> {
71+
pub fn globals(&self) -> &Py<PyDict> {
7272
&self.globals
7373
}
7474

0 commit comments

Comments
 (0)