Skip to content

Commit

Permalink
move module comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tigregalis committed Nov 24, 2024
1 parent e578659 commit 0829f67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//! https://x.com/naderi_yeganeh/status/1858455441782534161/photo/1
//! Sunflower Field by Hamid Naderi Yeganeh
#![feature(fn_traits)]
#![feature(unboxed_closures)]
#![feature(tuple_trait)]
Expand Down
3 changes: 3 additions & 0 deletions src/sunflower_field.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! https://x.com/naderi_yeganeh/status/1858455441782534161/photo/1
//! Sunflower Field by Hamid Naderi Yeganeh
#![allow(non_snake_case, clippy::let_and_return)]

use crate::utils::*;
Expand Down

0 comments on commit 0829f67

Please sign in to comment.