许杰友 Jieyou Xu (Joe) 8da09aed94
Add allow-by-default lint for unit bindings
This lint is not triggered if any of the following conditions are met:

- The user explicitly annotates the binding with the `()` type.
- The binding is from a macro expansion.
- The user explicitly wrote `let () = init;`
- The user explicitly wrote `let pat = ();`. This is allowed for local
  lifetimes.
2023-11-20 11:45:44 +08:00
..
2023-06-20 19:46:01 -04:00
2023-08-28 17:47:37 -03:00
2023-08-28 17:47:37 -03:00
2023-10-20 21:14:01 +00:00
2023-10-20 21:14:01 +00:00
2023-04-11 17:45:42 +00:00