trace: prepare tokio-trace for release (#1051)

This commit is contained in:
Eliza Weisman
2019-04-22 14:15:07 -07:00
committed by Carl Lerche
parent fea1f780bc
commit 3ebca76a9a
8 changed files with 200 additions and 69 deletions
+2
View File
@@ -10,6 +10,8 @@ use Metadata;
/// Indexing a field with a string results in an iterative search that performs
/// string comparisons. Thus, if possible, once the key for a field is known, it
/// should be used whenever possible.
///
/// [`Field`]: ../struct.Field.html
pub trait AsField: ::sealed::Sealed {
/// Attempts to convert `&self` into a `Field` with the specified `metadata`.
///