mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
fix formatting
This commit is contained in:
parent
2c9d74515e
commit
8a96ca7273
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,8 @@ use std::fs;
|
|||
use std::path::Path;
|
||||
|
||||
/// Link to the libtaskchampion library produced by the `taskchampion-lib` crate. This is done as
|
||||
/// a build dependency, rather than a cargo dependency, for unclear reasons. TODO
|
||||
/// a build dependency, rather than a cargo dependency, so that the symbols are available to
|
||||
/// bindings-tests.
|
||||
fn link_libtaskchampion() {
|
||||
// This crate has taskchampion-lib in its build-dependencies, so libtaskchampion.so should be
|
||||
// built already.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// Not compatible with the MSRV
|
||||
// #![warn(unsafe_op_in_unsafe_fn)]
|
||||
#![allow(unused_unsafe)]
|
||||
|
||||
// Not working yet in stable - https://github.com/rust-lang/rust-clippy/issues/8020
|
||||
// #![warn(clippy::undocumented_unsafe_blocks)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue