mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
tracing::trace builtin
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
committed by
Anand Krishnamoorthi
parent
81f6199642
commit
112623c762
+2
-1
@@ -9,6 +9,7 @@ mod debugging;
|
||||
pub mod numbers;
|
||||
pub mod sets;
|
||||
mod strings;
|
||||
mod tracing;
|
||||
pub mod types;
|
||||
mod utils;
|
||||
|
||||
@@ -56,7 +57,7 @@ lazy_static! {
|
||||
//rego::register(&mut m);
|
||||
//opa::register(&mut m);
|
||||
debugging::register(&mut m);
|
||||
//tracing::register(&mut m);
|
||||
tracing::register(&mut m);
|
||||
|
||||
m
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user