Skip to content

Commit

Permalink
rename exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerentius committed Aug 4, 2019
1 parent 972a010 commit e497444
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@
"deprecated": true
},
{
"slug": "linked-list",
"slug": "doubly-linked-list",
"uuid": "34738b66-28bb-41bc-85c6-68fcf4a09bc2",
"core": false,
"unlocked_by": "forth",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "linked-list"
name = "doubly-linked-list"
version = "0.0.0"

[features]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
extern crate linked_list;
use linked_list::*;
extern crate doubly_linked_list;
use doubly_linked_list::*;

#[test]
fn is_generic() {
Expand Down

0 comments on commit e497444

Please sign in to comment.