Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jan 18, 2025
1 parent ef9cf4b commit b560e50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions vello/src/debug/renderer.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
// Copyright 2023 the Vello Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT

#![expect(
clippy::allow_attributes,
clippy::allow_attributes_without_reason,
reason = "Generated by derive macro"
)]

use super::DebugLayers;
use crate::{
debug::validate::{validate_line_soup, LineEndpoint},
Expand Down
6 changes: 0 additions & 6 deletions vello/src/debug/validate.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
// Copyright 2023 the Vello Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT

#![expect(
clippy::allow_attributes,
clippy::allow_attributes_without_reason,
reason = "Generated by derive macro"
)]

use {
bytemuck::{Pod, Zeroable},
std::{collections::BTreeSet, fmt},
Expand Down

0 comments on commit b560e50

Please sign in to comment.