Skip to content

Commit

Permalink
lints
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 17, 2024
1 parent ab7b264 commit e3736ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,13 @@ examples = [
# or explicitly excluded by running `python scripts/check_example_manifest_coverage.py`.
[ignored]
examples = [
"_empty_rerun_sdk",
"all_examples",
"custom_collection_adapter",
"custom_data_loader",
"custom_space_view",
"custom_store_subscriber",
"dataframe_query",
"drone_lidar",
"extend_viewer_ui",
"external_data_loader",
Expand All @@ -165,6 +168,4 @@ examples = [
"spawn_viewer",
"stdio",
"template",
"all_examples",
"_empty_rerun_sdk",
]
1 change: 0 additions & 1 deletion examples/rust/dataframe_query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ rerun = { path = "../../../crates/top/rerun", default-features = false, features
] }

itertools = "0.13"
rand = "0.8"
unindent = "0.2"

0 comments on commit e3736ba

Please sign in to comment.