Skip to content

Commit

Permalink
fix operator no longer in prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
simvux committed Nov 28, 2024
1 parent 36fa636 commit 9a8e11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luminapath/std/fs/lib.lm
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ impl ToString for IoError
match err
| PermissionDenied -> "permission denied"
| NoSuchFileOrDirectory -> "no such file or directory"
| Unknown code -> "failure with code " <++> show code
| Unknown code -> "failure with code " <> code

0 comments on commit 9a8e11f

Please sign in to comment.