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 ce534a8 commit 7a80d34Copy full SHA for 7a80d34
src/builder.rs
@@ -174,7 +174,7 @@ impl<St: BuilderState> ConfigBuilder<St> {
174
Ok(self)
175
}
176
177
- ///Sets an override if value is Some(_)
+ /// Sets an override if value is Some(_)
178
///
179
/// This function sets an overwrite value if Some(_) is passed. If None is passed, this function does nothing.
180
/// It will not be altered by any default, [`Source`] nor [`AsyncSource`]
0 commit comments