Skip to content

Commit f099544

Browse files
committed
re-add needed cfg attribute
1 parent f437391 commit f099544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

capnp/src/private/capability.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22+
#![cfg(feature = "alloc")]
23+
2224
use crate::any_pointer;
2325
use crate::capability::{Params, Promise, RemotePromise, Request, Results};
2426
use crate::MessageSize;

0 commit comments

Comments
 (0)