Allow parenthesized content exceed configured line width (#7490)

This commit is contained in:
Micha Reiser 2023-09-20 08:39:25 +02:00 committed by GitHub
parent 5849a75223
commit 192463c2fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 171 additions and 151 deletions

View file

@ -1,5 +1,3 @@
#![allow(dead_code)]
use crate::prelude::*;
use std::cell::OnceCell;
use std::marker::PhantomData;