Skip to content

Commit

Permalink
Also allow invalid codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Oct 16, 2024
1 parent c8ab2fd commit 5f68e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_py/src/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ impl PyRecording {
}
}

#[allow(rustdoc::private_doc_tests)]
#[allow(rustdoc::private_doc_tests, rustdoc::invalid_rust_codeblocks)]
/// Create a [`RecordingView`][rerun.dataframe.RecordingView] of the recording according to a particular index and content specification.
///
/// The only type of index currently supported is the name of a timeline.
Expand Down

0 comments on commit 5f68e78

Please sign in to comment.