Skip to content

Commit

Permalink
clippy and fmt issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Nov 14, 2024
1 parent 5484278 commit 2d5193d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ where

// The safest way would be to return a canonical fully qualified type path.
// We do not have a way to do this at the moment, so the best way is to use
// exactly what was typed by the user, to accomodate aliased imports.
// exactly what was typed by the user, to accommodate aliased imports.
fn generate_type(engines: &Engines, t: &TypeArgument) -> Option<String> {
match &*engines.te().get(t.type_id) {
// when a function does not define a return type, the span points to the whole signature.
Expand Down

0 comments on commit 2d5193d

Please sign in to comment.