Skip to content

Commit

Permalink
Update libnixf/src/Basic/diagnostic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Aug 2, 2024
1 parent cccd515 commit 58d654f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnixf/src/Basic/diagnostic.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class Diagnostic(TypedDict):
"sname": "sema-unused-def-generic",
"cname": "UnusedDef",
"severity": "Warning",
"message": "undefined definition `{}`",
"message": "definition `{}` is not used",
},
{
"sname": "sema-unused-def-let",
Expand Down

0 comments on commit 58d654f

Please sign in to comment.