Add Applicability to Fix (#4303)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
Zanie Adkins 2023-05-10 01:42:46 -05:00 committed by GitHub
parent d66ce76691
commit cf7aa26aa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
116 changed files with 296 additions and 8 deletions

View file

@ -185,6 +185,7 @@ def fibonacci(n):
let fib_source = SourceFileBuilder::new("fib.py", fib).finish();
#[allow(deprecated)]
let unused_variable = Diagnostic::new(
UnusedVariable {
name: "x".to_string(),