Merge pull request #176 from AndriiNyzhnyk/clear_rust_example

Rust. Clear not needed boilerplate.
This commit is contained in:
Aditya Bhargava
2020-09-14 12:53:54 -05:00
committed by GitHub
3 changed files with 5 additions and 10 deletions

View File

@@ -1,4 +0,0 @@
[[package]]
name = "binary-search"
version = "0.1.0"

View File

@@ -1,6 +0,0 @@
[package]
name = "binary-search"
version = "0.1.0"
authors = ["giorgiodelgado <hi@gdelgado.ca>"]
[dependencies]

View File

@@ -1,3 +1,8 @@
// name = "binary-search"
// version = "0.1.0"
// authors = ["giorgiodelgado <hi@gdelgado.ca>"]
//
// to run tests, you must have rust and cargo installed
// then run `cargo test`