File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
// ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
11
11
//.title~
12
12
13
- const unsafeOrError = UnsafenOrErrorAnnotation ();
13
+ const unsafeOrError = UnsafeOrErrorAnnotation ();
14
14
15
15
/// The class that enables the `@unsafeOrError` annotation.
16
- final class UnsafenOrErrorAnnotation {
17
- const UnsafenOrErrorAnnotation ();
16
+ final class UnsafeOrErrorAnnotation {
17
+ const UnsafeOrErrorAnnotation ();
18
18
}
19
19
20
20
const unsafe = UnsafeAnnotation ();
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repository: https://github.com/robmllze/df_safer_dart_annotations
16
16
funding :
17
17
- https://www.buymeacoffee.com/dev_cetera
18
18
description : Annotations for the df_safer_dart_lints package.
19
- version : 0.1.5
19
+ version : 0.1.6
20
20
topics :
21
21
- rust
22
22
- error-handling
You can’t perform that action at this time.
0 commit comments