mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-13 05:46:29 +00:00
Run codegen commands as tests if their results are commited
This commit is contained in:
parent
866102cdaf
commit
ce5046be50
7 changed files with 23 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
//! Generated by `sourcegen_ast`, do not edit by hand.
|
||||
//! Generated by `cargo codegen grammar`, do not edit by hand.
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
use crate::{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//! Generated by `sourcegen_ast`, do not edit by hand.
|
||||
//! Generated by `cargo codegen grammar`, do not edit by hand.
|
||||
|
||||
use crate::{
|
||||
ast::AstToken,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue