Skip to content

Commit 90a49f5

Browse files
committed
Clippy suggestion
1 parent 0503adc commit 90a49f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lazy/reader.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,12 @@ impl<Encoding: Decoder, Input: IonInput> Reader<Encoding, Input> {
108108
.ok_or_else(|| IonError::decoding_error("expected another top-level value"))
109109
}
110110

111+
#[allow(dead_code)]
111112
pub fn symbol_table(&self) -> &SymbolTable {
112113
self.system_reader.symbol_table()
113114
}
114-
115+
116+
#[allow(dead_code)]
115117
pub fn macro_table(&self) -> &MacroTable {
116118
self.system_reader.macro_table()
117119
}

0 commit comments

Comments
 (0)