File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def self.oldest_cpu(version = nil)
27
27
28
28
# Override
29
29
# Mirrors version-dependent logic of oldest_cpu
30
- sig { params ( version : T . nilable ( Version ) ) . returns ( String ) } # FIXME: Version, String or Symbol?
30
+ sig { params ( version : T . nilable ( Version ) ) . returns ( String ) }
31
31
def self . rustflags_target_cpu ( version = nil )
32
32
version = if version
33
33
MacOSVersion . new ( version . to_s )
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ def oldest_cpu(_version = nil)
221
221
# But only where it is version dependent.
222
222
# Rust already defaults to the oldest supported cpu for the target-triple
223
223
# Including apple-m1 since 1.71.
224
- sig { params ( _version : T . nilable ( Version ) ) . returns ( String ) } # FIXME: Version, String or Symbol?
224
+ sig { params ( _version : T . nilable ( Version ) ) . returns ( String ) }
225
225
def rustflags_target_cpu ( _version = nil )
226
226
""
227
227
end
You can’t perform that action at this time.
0 commit comments