Add MultiMap implementation for storing comments (#4639)

This commit is contained in:
Micha Reiser 2023-05-30 09:51:25 +02:00 committed by GitHub
parent 236074fdde
commit 6146b75dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 972 additions and 0 deletions

View file

@ -12,6 +12,7 @@ use crate::parentheses::normalize_parentheses;
mod attachment;
pub mod cli;
mod comments;
pub mod context;
mod cst;
mod format;