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

Commit 1ba35fc

Browse files
author
Ruben Schmidmeister
committed
Document DocCommentFormatter
1 parent 11a68d3 commit 1ba35fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/attr/doc_comment.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
use crate::comment::CommentStyle;
22
use std::fmt::{self, Display};
33

4+
/// Formats a string as a doc comment using the given [`CommentStyle`].
45
#[derive(new)]
56
pub(super) struct DocCommentFormatter<'a> {
67
literal: &'a str,

0 commit comments

Comments
 (0)