Make anchors aware of the nodes they point to
This commit is contained in:
parent
eb96b456ef
commit
3fa399c317
31 changed files with 366 additions and 230 deletions
|
|
@ -4,7 +4,7 @@ pub fn elog(function: &str, message: &str) {
|
|||
}
|
||||
|
||||
// Paths in this slice suppress logging if found in the stack trace
|
||||
pub const SKIP_PATHS: &[&str] = &["en::types::Config::parse_text"];
|
||||
pub const SKIP_PATHS: &[&str] = &["en::types::Graph::parse"];
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! log {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue