Mercurial > crates > nonstick
view libpam-sys/libpam-sys-test/tests/test_constants.rs @ 126:57c812e308bd
Fix punctuation in PamImpl docstring.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 30 Jun 2025 21:52:10 -0400 |
parents | f469b8d9ad78 |
children |
line wrap: on
line source
#[allow(deprecated, overflowing_literals)] #[test] fn check_constants() { include!(concat!(env!("OUT_DIR"), "/constant_test.rs")) }