Unneeded use of feature in fmt.rs
Đang mở
- Ngôn ngữ chính
- Rust
- Star
- 225
- Fork
- 70
- Merge trung bình
- 16 giờ 54 phút
- Pull request đã merge (30 ngày)
- 8
Mô tả
**Version**
1.14
**Platform**
Anything, it's a compile-time error
**Description**
Previously formatters (Display/Debug) used allocations for buffer. In 1.14 it's no longer true, but feature-config stayed in the implementation file https://github.com/recmo/uint/blob/9bc4c717fbe126dabaa722489a284021f404652f/src/fmt.rs#L2 but it's no longer needed. Is there any reason to keep it?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.