File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ pub fn meter_provider() -> GlobalMeterProvider {
4040
4141/// Creates a named [`Meter`] via the currently configured global [`MeterProvider`].
4242///
43- /// If the name is an empty string, the provider will use a default name.
44- ///
4543/// This is a more convenient way of expressing `global::meter_provider().meter(name)`.
4644pub fn meter ( name : & ' static str ) -> Meter {
4745 meter_provider ( ) . meter ( name)
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ pub trait MeterProvider {
1919 /// name needs to be unique so it does not collide with other names used by
2020 /// an application, nor other applications.
2121 ///
22- /// If the name is empty, then an implementation defined default name will
23- /// be used instead.
2422 ///
2523 /// # Examples
2624 ///
You can’t perform that action at this time.
0 commit comments