Skip to content

Commit 5802120

Browse files
committed
silence warnings
1 parent adb2569 commit 5802120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import BSON
22
import FNV1
33

4-
extension FNV24:BSONDecodable, BSONEncodable
4+
extension FNV24:@retroactive BSONDecodable, @retroactive BSONEncodable
55
{
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import BSON
22
import FNV1
33

4-
extension FNV24.Extended:BSONDecodable, BSONEncodable
4+
extension FNV24.Extended:@retroactive BSONDecodable, @retroactive BSONEncodable
55
{
66
}

0 commit comments

Comments
 (0)