Skip to content

Commit 1d922f9

Browse files
committed
lint
1 parent 8fd65ac commit 1d922f9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/content/reference/dataframes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Check out the API reference to learn more about all the ways that data can be se
3434
3535
### Using the blueprint API to configure a dataframe view
3636
37-
TODO: incoming.
37+
TODO(cmc): incoming.
3838
3939
Check out the blueprint API reference to learn more about all the ways that data can be searched and filtered:
4040
* [🐍 Python blueprint API reference](https://ref.rerun.io/docs/python/latest/common/blueprint_apis/)
4141
4242
4343
### Setting up dataframe view manually in the UI
4444
45-
TODO: incoming.
45+
TODO(cmc): incoming.

docs/snippets/all/reference/dataframe_query.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//! Query and display the first 10 rows of a recording.
22
3+
#![allow(clippy::unwrap_used)]
4+
35
use rerun::{
46
dataframe::{QueryCache, QueryEngine, QueryExpression, SparseFillStrategy, Timeline},
57
ChunkStore, ChunkStoreConfig, VersionPolicy,

0 commit comments

Comments
 (0)