Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse debug_assert in TCast::to_unchecked() #1869
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
debug_assert!()inTCast::to_unchecked()when we upgrade Rust to newer version.See more details: #1864