Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//!
//! [Twig Rust][github] is a template engine for everyone writing web applications with Rust.
//! It is derived from [Twig (for PHP)][twigphp] and intended to become a _fully compatible_ port - as far as it makes sense.
//!
//!
//! By design Twig is
//!
//! * flexible
Expand Down Expand Up @@ -61,10 +61,3 @@

#[macro_use]
pub mod error;

#[cfg(test)]
mod test_error;

#[test]
fn it_works() {
}
97 changes: 0 additions & 97 deletions src/test_error/error_codes.rs

This file was deleted.

55 changes: 0 additions & 55 deletions src/test_error/mod.rs

This file was deleted.