Remove unnecessary build script
This commit is contained in:
parent
c932878dd1
commit
6a7c6b035c
|
|
@ -1,5 +0,0 @@
|
|||
use std::error::Error;
|
||||
|
||||
fn main() -> Result<(), Box<dyn Error + Send + Sync>> {
|
||||
Ok(())
|
||||
}
|
||||
Loading…
Reference in New Issue