Skip to content

Commit 07da02f

Browse files
committed
⬆️ crates
1 parent 4b98900 commit 07da02f

File tree

3 files changed

+29
-32
lines changed

3 files changed

+29
-32
lines changed

Cargo.lock

Lines changed: 27 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/syntax/src/ast/generated/nodes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ impl ast::VisibilityOwner for Fn {}
246246
impl ast::GenericParamsOwner for Fn {}
247247
impl Fn {
248248
pub fn default_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![default]) }
249-
pub fn async_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![async]) }
250249
pub fn const_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![const]) }
250+
pub fn async_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![async]) }
251251
pub fn unsafe_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![unsafe]) }
252252
pub fn abi(&self) -> Option<Abi> { support::child(&self.syntax) }
253253
pub fn fn_token(&self) -> Option<SyntaxToken> { support::token(&self.syntax, T![fn]) }

xtask/tests/tidy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ fn check_licenses() {
7171
Apache-2.0
7272
Apache-2.0 OR BSL-1.0
7373
Apache-2.0 OR MIT
74+
Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
7475
Apache-2.0/MIT
7576
BSD-2-Clause
7677
BSD-3-Clause
@@ -80,7 +81,6 @@ MIT
8081
MIT / Apache-2.0
8182
MIT OR Apache-2.0
8283
MIT/Apache-2.0
83-
MIT/Apache-2.0 AND BSD-2-Clause
8484
Unlicense OR MIT
8585
Unlicense/MIT
8686
Zlib OR Apache-2.0 OR MIT

0 commit comments

Comments
 (0)