Skip to content

Commit

Permalink
fix proc_macro error
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Oct 1, 2024
1 parent c40d98f commit 861fd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/material_icons_proc_macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pub fn code_points(_item: TokenStream) -> TokenStream {

let code: String = codepoints
.split("\n")
.map(str::trim)
.filter_map(|point| {
let split_point: Vec<&str> = point.split(" ").collect();

Expand Down

0 comments on commit 861fd94

Please sign in to comment.