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 124be04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,6 @@ name = "dataframe_query"
version = "0.19.0-alpha.7"
dependencies = [
"itertools 0.13.0",
"rand",
"rerun",
"unindent",
]
Expand Down
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 124be04

Please sign in to comment.