Skip to content

Commit 40dd300

Browse files
daniel.eadesdanieleades
authored andcommitted
fixup
1 parent db009fa commit 40dd300

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cSpell.words": [
3+
"clippy",
4+
"thiserror"
5+
]
6+
}

src/decoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ where
102102
/// Return an iterator over the decoded symbols.
103103
///
104104
/// The iterator will continue returning symbols until EOF is reached
105-
pub fn decode_all(&mut self) -> DecodeIter<M, R> {
105+
pub const fn decode_all(&mut self) -> DecodeIter<M, R> {
106106
DecodeIter { decoder: self }
107107
}
108108

0 commit comments

Comments
 (0)