We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6119f7 commit 080559dCopy full SHA for 080559d
src/algorithm/mod.rs
@@ -110,7 +110,7 @@ impl FillContext for () {
110
false
111
}
112
fn fill<T: ArrayValue>(&self) -> Result<T, &'static str> {
113
- Err(". No fill is set")
+ Err(". No fill is set.")
114
115
fn fill_error(error: Self::Error) -> Self::Error {
116
error
@@ -125,7 +125,7 @@ impl FillContext for (&CodeSpan, &Inputs) {
125
126
127
128
129
130
131
0 commit comments