Skip to content

Commit ff75175

Browse files
committed
analyze: fix doc comment in borrowck::dump
1 parent cdd81ca commit ff75175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c2rust-analyze/src/borrowck/dump.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
//! Copied partly from rustc `compiler/rustc_borrowck/src/facts.rs`, which is dual-licensed MIT and
2+
//! Apache 2.0.
13
use crate::borrowck::atoms::{AllFacts, AtomMaps, Loan, Origin, Output, Path, Point, Variable};
24
use rustc_hash::{FxHashMap, FxHashSet};
3-
/// Copied partly from rustc `compiler/rustc_borrowck/src/facts.rs`, which is dual-licensed MIT and
4-
/// Apache 2.0.
55
use std::collections::{BTreeMap, BTreeSet};
66
use std::error::Error;
77
use std::fmt::Write as _;

0 commit comments

Comments
 (0)