Skip to content

Commit c3f43d7

Browse files
committed
Update the output
1 parent d759df1 commit c3f43d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/items/static-items.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ fn main() {
6868
prints
6969

7070
```text
71-
counter was 0
72-
counter was 1
73-
counter was 0
74-
counter was 1
71+
default_impl: counter was 0
72+
default_impl: counter was 1
73+
blanket_impl: counter was 0
74+
blanket_impl: counter was 1
7575
```
7676

7777
## Mutable statics

0 commit comments

Comments
 (0)