This website works better with JavaScript.
Explore
Help
Sign In
hammy
/
LearningRust
mirror of
https://github.com/sgoudham/LearningRust.git
Watch
1
Star
0
Fork
You've already forked LearningRust
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Remove unused import
Browse Source
main
Hammy
3 years ago
parent
1c9b0af2da
commit
13ffd11a21
1 changed files
with
0 additions
and
2 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
book/generics/src/main.rs
Unescape
Escape
View File
@ -1,5 +1,3 @@
use
core
::
alloc
;
struct
List
<
T
>
{
struct
List
<
T
>
{
list
:
Vec
<
T
>
,
list
:
Vec
<
T
>
,
}
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
hammy/LearningRust
Title
Body
Create Issue