mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
[NFC] servoshell: fix rust-analyzer and rustfmt breakage (#30340)
This commit is contained in:
parent
1bbd0c1e6e
commit
90ad5920e2
20 changed files with 271 additions and 216 deletions
|
@ -9,9 +9,10 @@
|
|||
//! FIXME: if/when a future version of the `backtrace` crate has
|
||||
//! https://github.com/rust-lang/backtrace-rs/pull/265, use that instead.
|
||||
|
||||
use backtrace::{BytesOrWideString, PrintFmt};
|
||||
use std::fmt::{self, Write};
|
||||
|
||||
use backtrace::{BytesOrWideString, PrintFmt};
|
||||
|
||||
#[inline(never)]
|
||||
pub(crate) fn print(w: &mut dyn std::io::Write) -> Result<(), std::io::Error> {
|
||||
write!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue