Skip to content

Commit

Permalink
cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Dec 21, 2024
1 parent 6eb98cc commit 0d8149b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion datafusion/doc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,10 @@ pub struct DocumentationBuilder {
}

impl DocumentationBuilder {
#[deprecated(since = "44.0.0", note = "please use `DocumentationBuilder::new_with_details` instead")]
#[deprecated(
since = "44.0.0",
note = "please use `DocumentationBuilder::new_with_details` instead"
)]
pub fn new() -> Self {
Self::new_with_details(DocSection::default(), "<no description>", "<no example>")
}
Expand Down

0 comments on commit 0d8149b

Please sign in to comment.