Update marker.rs · patricklam/verify-rust-std@00e12f7 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 00e12f7
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -295,7 +295,7 @@ marker_impls! { | ||
295 | 295 | /// #[derive(Clone)] |
296 | 296 | /// struct MyStruct(T); |
297 | 297 | /// |
298 | -/// impl<T: Copy> Copy for MyStruct { } | |
298 | +/// impl<T: Copy> Copy for MyStruct { } | |
299 | 299 | /// ``` |
300 | 300 | /// |
301 | 301 | /// This isn't always desired. For example, shared references (`&T`) can be copied regardless of |