implement inline parser

This commit is contained in:
Jonathan Dönszelmann
2025-02-06 16:02:11 +01:00
committed by Jana Dönszelmann
parent f3db63916e
commit 4f73cd0a6c
4 changed files with 16 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ pub(crate) mod allow_unstable;
pub(crate) mod cfg;
pub(crate) mod confusables;
pub(crate) mod deprecation;
pub(crate) mod inline;
pub(crate) mod lint_helpers;
pub(crate) mod repr;
pub(crate) mod stability;