mirror of
https://github.com/uutils/uutils-term-grid.git
synced 2026-06-10 16:13:01 -07:00
add license headers and remove extern crate
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
extern crate term_grid;
|
||||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
use term_grid::{Direction, Filling, Grid, GridOptions};
|
||||
|
||||
// This produces:
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
extern crate term_grid;
|
||||
use term_grid::{Direction, Filling, Grid, GridOptions};
|
||||
|
||||
fn main() {
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
#![warn(future_incompatible)]
|
||||
#![warn(missing_copy_implementations)]
|
||||
#![warn(missing_docs)]
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// For the full copyright and license information, please view the LICENSE
|
||||
// file that was distributed with this source code.
|
||||
|
||||
use term_grid::{Direction, Filling, Grid, GridOptions};
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user