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 7d621a3 commit 369966eCopy full SHA for 369966e
src/common/link.rs
@@ -923,7 +923,7 @@ mod tests {
923
924
#[test]
925
fn test_link_fmt_delimited() {
926
- struct TestFormatterStruct<'a> { v: Vec<&'a str> };
+ struct TestFormatterStruct<'a> { v: Vec<&'a str> }
927
928
impl<'a> fmt::Display for TestFormatterStruct<'a> {
929
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
0 commit comments