Skip to content

Commit

Permalink
re-add needed cfg attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Feb 21, 2024
1 parent f437391 commit f099544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capnp/src/private/capability.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#![cfg(feature = "alloc")]

use crate::any_pointer;
use crate::capability::{Params, Promise, RemotePromise, Request, Results};
use crate::MessageSize;
Expand Down

0 comments on commit f099544

Please sign in to comment.