Skip to content

Commit

Permalink
make notes for implementors consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Apr 28, 2022
1 parent c9284a6 commit c9049be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,8 @@ pub trait Log: Sync + Send {

/// Logs the `Record`.
///
/// # For implementors
///
/// Note that `enabled` is *not* necessarily called before this method.
/// Implementations of `log` should perform all necessary filtering
/// internally.
Expand Down

0 comments on commit c9049be

Please sign in to comment.