blob: 7ee9e46d1efa7a3983597795adb6e1320c0d76ad [file] [log] [blame]
// rustfmt-format_code_in_doc_comments: true
/// ```
/// ```
fn foo() {}
/// ```
/// Something
/// ```
fn foo() {}
/// ```
/// ```
fn foo() {}
/// /// ```
fn foo() {}
/// /// ```
/// ```
/// ```
/// ```
fn foo() {}
fn foo() {
/// ```
/// ```
struct bar {}
}
/// ```
/// fn com() {
/// let i = 5;
///
/// let j = 6;
/// }
/// ```
fn foo() {}
fn foo() {
/// ```
/// fn com() {
/// let i = 5;
/// }
/// ```
struct bar {}
}