diff options
Diffstat (limited to 'lib/xixanta/src/object.rs')
| -rw-r--r-- | lib/xixanta/src/object.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xixanta/src/object.rs b/lib/xixanta/src/object.rs index f319fe3..3d0c9e7 100644 --- a/lib/xixanta/src/object.rs +++ b/lib/xixanta/src/object.rs @@ -375,7 +375,7 @@ impl Context { // Everything should be fine from here on, simply return the bundle that // was being referenced. - Ok(self.resolve_label(mappings, &labels[idx as usize])?) + self.resolve_label(mappings, &labels[idx as usize]) } // Pushes a new context given a `node`, which holds the identifier of the |
