Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implement Debug on all public structs#131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Manishearth merged 1 commit intounicode-rs:masterfromsyvb:debug-pub-interfaces
Feb 21, 2024

Conversation

syvb
Copy link
Contributor

Some types in this crate don't have Debug implemented, but it's annoying
to use a non-Debug type in a struct with Debug derived. I just used the
automatic impl from#[derive(Debug)] for all of these (although in the
future it might be good to have custom implementations for types with
complex internals).

Closes#95.

Some types in this crate don't have Debug implemented, but it's annoyingto use a non-Debug type in a struct with Debug derived. I just used theautomatic impl from `#[derive(Debug)]` for all of these (although in thefuture it might be good to have custom implementations for types withcomplex internals).Closesunicode-rs#95.
@ManishearthManishearth merged commit96dfef5 intounicode-rs:masterFeb 21, 2024
@syvbsyvb deleted the debug-pub-interfaces branchFebruary 21, 2024 04:56
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ManishearthManishearthManishearth approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Please add aDebug implementation forGraphemes and so on
2 participants
@syvb@Manishearth

[8]ページ先頭

©2009-2025 Movatter.jp