Skip to content

Commit 8391e1a

Browse files
committed
eamples: ignore in coverage information
1 parent a42a357 commit 8391e1a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

stun-proto/examples/stund.rs

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
88

9+
#![cfg(not(tarpaulin))]
10+
911
use std::fmt::Display;
1012
use std::net::SocketAddr;
1113

stun-types/examples/stunclient.rs

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
88

9+
#![cfg(not(tarpaulin))]
10+
911
use std::env;
1012
use std::io::{Read, Write};
1113
use std::net::TcpStream;

0 commit comments

Comments
 (0)