Skip to content

Commit 040a05e

Browse files
committed
Add FIXME
1 parent 27de773 commit 040a05e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/options.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ pub struct Options {
359359
}
360360

361361
impl fmt::Debug for Options {
362+
/// FIXME: add missing options
362363
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
363364
f.debug_struct("Options")
364365
.field("addr", &self.addr)

0 commit comments

Comments
 (0)