udpate rust toolchain to rust 1.81.0 (#14473)

# Description

With the release of rust 1.83.0 it's time to update to rust 1.81.0.
This commit is contained in:
Darren Schroeder
2024-11-29 14:46:58 -06:00
committed by GitHub
parent 5f04bbbb8b
commit 91bb566ee6
7 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,5 @@
#![allow(clippy::byte_char_slices)]
use crate::{
lex::{is_assignment_operator, lex, lex_n_tokens, lex_signature, LexState},
lite_parser::{lite_parse, LiteCommand, LitePipeline, LiteRedirection, LiteRedirectionTarget},