Skip to content

Commit 3f2eac3

Browse files
daniel.eadesdanieleades
authored andcommitted
fixup
1 parent b850c83 commit 3f2eac3

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
@@ -97,7 +97,7 @@ where
9797
/// Return an iterator over the decoded symbols.
9898
///
9999
/// The iterator will continue returning symbols until EOF is reached
100-
pub fn decode_all(&mut self) -> DecodeIter<M, R> {
100+
pub const fn decode_all(&mut self) -> DecodeIter<M, R> {
101101
DecodeIter { decoder: self }
102102
}
103103

0 commit comments

Comments
 (0)