You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-23 15:01:49 +02:00
Update to Rust 2024 edition. (#2658)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
use log::{info, trace};
|
||||
use pulldown_cmark::{Event, Parser, Tag, TagEnd};
|
||||
use std::fs::{create_dir_all, File};
|
||||
use std::fs::{File, create_dir_all};
|
||||
use std::io::Write;
|
||||
use std::path::Path;
|
||||
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
|
||||
use anyhow::Context;
|
||||
use log::trace;
|
||||
use mdbook::BookItem;
|
||||
use mdbook::book::Book;
|
||||
use mdbook::renderer::RenderContext;
|
||||
use mdbook::BookItem;
|
||||
use mdbook_exerciser::process;
|
||||
use std::fs::{create_dir, remove_dir_all};
|
||||
use std::io::stdin;
|
||||
|
||||
Reference in New Issue
Block a user