From c1ea761e70aaa33c9b07d2468160488a0f4e05cc Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 28 May 2024 15:21:38 +0000 Subject: [PATCH] f docs --- lightning/src/util/async_poll.rs | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lightning/src/util/async_poll.rs b/lightning/src/util/async_poll.rs index 979d9063..7a368af7 100644 --- a/lightning/src/util/async_poll.rs +++ b/lightning/src/util/async_poll.rs @@ -1,4 +1,13 @@ -//! Somse utilities to make working with std Futures easier +// This file is Copyright its original authors, visible in version control +// history. +// +// This file is licensed under the Apache License, Version 2.0 or the MIT license +// , at your option. +// You may not use this file except in accordance with one or both of these +// licenses. + +//! Some utilities to make working with the standard library's [`Future`]s easier use crate::prelude::*; use core::future::Future; -- 2.30.2