File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
19
19
#![ allow( clippy:: match_wild_err_arm) ]
20
20
21
- /// Wrappers around closure types to server as event handlers.
21
+ /// Wrappers around closure types to server as event handlers
22
22
pub mod handlers;
23
23
24
- /// Provides a canonical uninhabited type [`never::Never`].
24
+ /// Provides a canonical uninhabited type [`never::Never`]
25
25
pub mod never;
26
26
27
27
#[ cfg( feature = "algebra" ) ]
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- //! # Utilities for building Tokio encoders and decoders.
15
+ //! # Utilities for building Tokio encoders and decoders
16
16
//!
17
17
//! Provides types and functions to use to implement [`tokio_util::codec::Encoder`]s and
18
18
//! [`tokio_util::codec::Decoder`]s.
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
- //! # Immutable R-tree implementation.
15
+ //! # Immutable R-tree implementation
16
16
//!
17
17
//! The module provides traits for implementing custom 2D and 3D objects that can be stored in the R-tree.
18
18
You can’t perform that action at this time.
0 commit comments