Skip to content

Commit

Permalink
remove ref
Browse files Browse the repository at this point in the history
  • Loading branch information
basro committed Jan 11, 2024
1 parent 1ef05ec commit 8880813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/stylance-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fn try_import_style_classes_with_path(
manifest_path: &Path,
file_path: &Path,
) -> anyhow::Result<TokenStream> {
let (_, classes) = stylance_core::get_classes(manifest_path, &file_path)?;
let (_, classes) = stylance_core::get_classes(manifest_path, file_path)?;

let binding = file_path.canonicalize().unwrap();
let full_path = binding.to_string_lossy();
Expand Down

0 comments on commit 8880813

Please sign in to comment.