diff options
author | Martin Fischer <martin@push-f.com> | 2023-08-19 13:17:30 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2023-08-19 13:41:55 +0200 |
commit | b125bec9914bd211d77719bd60bc5a23bd9db579 (patch) | |
tree | d2ece716fa61c44df3361aa13cad9ae2685162b0 /tests/test_spans.rs | |
parent | 7d59ed3a401284299c8139e1c08d8cd6fe29fd15 (diff) |
break!: remove DefaultEmitter from public API
Diffstat (limited to 'tests/test_spans.rs')
-rw-r--r-- | tests/test_spans.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_spans.rs b/tests/test_spans.rs index 9fecae8..791f1a6 100644 --- a/tests/test_spans.rs +++ b/tests/test_spans.rs @@ -1,3 +1,4 @@ +#![cfg(feature = "integration-tests")] // TODO: switch to NaiveParser API use std::ops::Range; use codespan_reporting::{ |