Skip to content

Commit 485e250

Browse files
authored
update rust-toolchain to 1.90 (#61)
just updates the toolchain to the current nushell rust-toolchain
1 parent a963d80 commit 485e250

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# https://rust-lang.github.io/rustup/concepts/profiles.html
55
profile = "default"
66
# When updating, it might be necessary to run `nix flake update`.
7-
channel = "1.81.0"
7+
channel = "1.90.0"

src/typechecker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ impl<'a> Typechecker<'a> {
13771377

13781378
/// Eliminate all type variables that are greater than or equal to `max_var`
13791379
/// * `use_lower`: If true, replace type variables with their lower bound.
1380-
/// Otherwise, replace with their upper bound
1380+
/// Otherwise, replace with their upper bound
13811381
fn eliminate_type_vars(
13821382
&mut self,
13831383
ty_id: TypeId,

0 commit comments

Comments
 (0)