Skip to content

Commit a1eecd0

Browse files
committed
Add missing doc
1 parent 37403d0 commit a1eecd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ impl Config {
134134
self.refresh()
135135
}
136136

137+
/// Set the configuration defaults by serializing them from given value.
137138
pub fn set_defaults<T>(&mut self, value: &T) -> Result<&mut Config>
138139
where
139140
T: Serialize,

0 commit comments

Comments
 (0)