From 8903637c7ab7b97622fda4811e243d24fb263243 Mon Sep 17 00:00:00 2001 From: kuangjux <18630816527@163.com> Date: Thu, 19 Sep 2024 16:47:11 +0800 Subject: [PATCH] fix cargo clippy --- thriller-core/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thriller-core/src/lib.rs b/thriller-core/src/lib.rs index b9d944f..0ff6c89 100644 --- a/thriller-core/src/lib.rs +++ b/thriller-core/src/lib.rs @@ -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)]