And format...

This commit is contained in:
Kyle Sutherland-Cash 2021-05-09 01:52:21 -07:00
parent 0a17323bc4
commit 3689d652ef

View file

@ -5,11 +5,11 @@ use serde::{Deserialize, Serialize};
use std::fmt::{Display, Error, Formatter};
use crate::server::ServerInstruction;
use crate::common::thread_bus::{ASYNCOPENCALLS, OPENCALLS};
use crate::client::ClientInstruction;
use crate::common::thread_bus::{ASYNCOPENCALLS, OPENCALLS};
use crate::pty::PtyInstruction;
use crate::screen::ScreenInstruction;
use crate::server::ServerInstruction;
/// The maximum amount of calls an [`ErrorContext`] will keep track
/// of in its stack representation. This is a per-thread maximum.