This repository was archived by the owner on Apr 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +9
-8
lines changed
fail/workspace-root/member
mixing-comments-and-attrs Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1+
Original file line number Diff line number Diff line change 33//! blah blah
44
55#[ cfg( feature = "f" ) ]
6- pub fn foo ( ) { }
6+ pub fn foo ( ) { }
Original file line number Diff line number Diff line change 33//! blah blah
44
55#[ cfg( feature = "f" ) ]
6- pub fn foo ( ) { }
6+ pub fn foo ( ) { }
Original file line number Diff line number Diff line change 33//! blah blah
44
55/// do nothing
6- pub fn foo ( ) { }
6+ pub fn foo ( ) { }
Original file line number Diff line number Diff line change 33//! ```toml
44#![ doc = r#"blahblah = "0.1.0""# ]
55//! ```
6- //!
6+ //!
77//! | Header1 | Header2 |
88//! |----------|---------|
99//! | A | B |
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33//! blah blah
44
55#[ cfg( feature = "f" ) ]
6- pub fn foo ( ) { }
6+ pub fn foo ( ) { }
You can’t perform that action at this time.
0 commit comments