mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
reorganize
This commit is contained in:
parent
9863b9161d
commit
f99551f46b
16 changed files with 159 additions and 3814 deletions
|
@ -39,7 +39,7 @@ use ::{
|
|||
pub type Result<T> = ::std::result::Result<T, ::failure::Error>;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
Logger::with_env_or_str("m=trace, libanalysis=trace")
|
||||
Logger::with_env()
|
||||
.log_to_file()
|
||||
.directory("log")
|
||||
.start()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue