Skip to content

Commit e3736ba

Browse files
committed
lints
1 parent ab7b264 commit e3736ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/manifest.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,13 @@ examples = [
152152
# or explicitly excluded by running `python scripts/check_example_manifest_coverage.py`.
153153
[ignored]
154154
examples = [
155+
"_empty_rerun_sdk",
156+
"all_examples",
155157
"custom_collection_adapter",
156158
"custom_data_loader",
157159
"custom_space_view",
158160
"custom_store_subscriber",
161+
"dataframe_query",
159162
"drone_lidar",
160163
"extend_viewer_ui",
161164
"external_data_loader",
@@ -165,6 +168,4 @@ examples = [
165168
"spawn_viewer",
166169
"stdio",
167170
"template",
168-
"all_examples",
169-
"_empty_rerun_sdk",
170171
]

examples/rust/dataframe_query/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ rerun = { path = "../../../crates/top/rerun", default-features = false, features
1212
] }
1313

1414
itertools = "0.13"
15-
rand = "0.8"
1615
unindent = "0.2"

0 commit comments

Comments
 (0)