Skip to content

Commit fd99a86

Browse files
committed
fix TODO re: issue #1113
1 parent 03e5f76 commit fd99a86

File tree

2 files changed

+257
-262
lines changed

2 files changed

+257
-262
lines changed

crates/hir-analysis/test_files/ty_check/ops.fe

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
use core::ops::{Not, Add, Index, AddAssign, Eq}
2-
use core::option::{
3-
Option,
4-
// TODO: Option::{self, Some, None} doesn't work
5-
// https://github.com/argotorg/fe/issues/1113
6-
Option::{Some, None}
7-
}
2+
use core::option::Option::{self, Some, None}
83

94
enum Ok {
105
No, Yes

0 commit comments

Comments
 (0)