File: no-prelude.rs

package info (click to toggle)
rust-git-testament 0.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#![no_implicit_prelude]

use ::git_testament::{git_testament, git_testament_macros};

git_testament!(TESTAMENT);

git_testament_macros!(TESTAMENT);

#[test]
fn it_works() {
    ::core::assert_eq!(TESTAMENT_branch!(), TESTAMENT.branch_name);
}