Skip to content

Commit

Permalink
derive: move filters into its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Jan 25, 2025
1 parent ed6d288 commit 6ac3ac0
Show file tree
Hide file tree
Showing 4 changed files with 578 additions and 544 deletions.
1 change: 1 addition & 0 deletions rinja_derive/src/generator.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mod expr;
mod filters;
mod node;

use std::borrow::Cow;
Expand Down
Loading

0 comments on commit 6ac3ac0

Please sign in to comment.