Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 7bb7690

Browse files
committed
format tests
1 parent d3efda8 commit 7bb7690

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

tests/pass/all-features/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
//! blah blah
44
55
#[cfg(feature = "f")]
6-
pub fn foo(){}
6+
pub fn foo() {}

tests/pass/features/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
//! blah blah
44
55
#[cfg(feature = "f")]
6-
pub fn foo(){}
6+
pub fn foo() {}

tests/pass/fn-link/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
//! blah blah
44
55
/// do nothing
6-
pub fn foo(){}
6+
pub fn foo() {}

tests/pass/mixing-comments-and-attrs/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! ```toml
44
#![doc = r#"blahblah = "0.1.0""#]
55
//! ```
6-
//!
6+
//!
77
//! | Header1 | Header2 |
88
//! |----------|---------|
99
//! | A | B |

tests/pass/nested-lists/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//! Several items:
2-
//!
2+
//!
33
//! 1. Item one
44
//! 1. Item two
55
//! 1. Subitem one
66
//! 1. Subitem two
77
//! 1. Item three
8-
//!
8+
//!
99
//! Again:
10-
//!
10+
//!
1111
//! 2. Item one starting from two
1212
//! 2. Item two starting from two

tests/pass/no-default-features/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
//! blah blah
44
55
#[cfg(feature = "f")]
6-
pub fn foo(){}
6+
pub fn foo() {}

0 commit comments

Comments
 (0)