Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Dec 4, 2023
1 parent b6d9dbd commit 262decf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macro/src/dialect/utility.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub fn sanitize_documentation(string: &str) -> Result<String, Error> {
};

if block.info.is_empty() {
// Mark them not in Rust to prevent documentation tests.
block.info = "text".into();
}
}
Expand Down

0 comments on commit 262decf

Please sign in to comment.