mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
typo and clippy
This commit is contained in:
parent
23c2b15115
commit
e6f5ac5d2a
2 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ impl OperatingSystem {
|
|||
}
|
||||
}
|
||||
|
||||
pub const fn static_libary_file_ext(&self) -> &str {
|
||||
pub const fn static_library_file_ext(&self) -> &str {
|
||||
match self {
|
||||
OperatingSystem::Windows => "lib",
|
||||
OperatingSystem::Unix => "a",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue