We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c493ed1 commit cb686d9Copy full SHA for cb686d9
keyutils-raw/src/constants.rs
@@ -24,9 +24,6 @@
24
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
27
-// Ignore rustfmt changes in here. The horizontal alignment is too useful to give up.
28
-#![cfg_attr(rustfmt, rustfmt_skip)]
29
-
30
use crate::{KeyPermissions, KeyringSerial};
31
32
// TODO: change these to &CStr when const fns get unblocked.
keyutils-raw/src/lib.rs
@@ -37,6 +37,8 @@
37
//! - `keyctl(3)`
38
//! - `keyctl(7)`
39
40
+// Ignore rustfmt changes in here. The horizontal alignment is too useful to give up.
41
+#[rustfmt::skip]
42
mod constants;
43
mod functions;
44
mod types;
0 commit comments