Skip to content

Commit

Permalink
fix cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangjuX committed Sep 19, 2024
1 parent 9c6e19b commit 8903637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thriller-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
//! In ThrillerFlow, we introduce some important data structures:
//!
//! - [`ThrillerBlock`] represents the data-parallel repetition of a
//! dataflow task int form of a d-dimensional dataflow node.
//! dataflow task int form of a d-dimensional dataflow node.
//! - [`AttachedEdge`] is an edge that connects a source and destination buffer
//! with additional access pattern information [`AccessMap`].
//! with additional access pattern information [`AccessMap`].
//! - [`AccessMap`] represents a multi-dimensional access pattern.
#![deny(warnings)]
Expand Down

0 comments on commit 8903637

Please sign in to comment.