Add unreachable comments.
This commit is contained in:
@@ -248,7 +248,7 @@ impl fmt::Debug for Position {
|
||||
}
|
||||
|
||||
#[cfg(feature = "no_position")]
|
||||
unreachable!();
|
||||
unreachable!("no position");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user