Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mikayla-maki committed Nov 15, 2024
1 parent 45c9684 commit 4262308
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion livekit-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#[cfg_attr(feature = "access-token", deprecated(note = "access-token feature is no longer optional, and so is deprecated"))]
#[cfg_attr(
feature = "access-token",
deprecated(note = "access-token feature is no longer optional, and so is deprecated")
)]
pub mod access_token;

#[cfg(any(
Expand Down

0 comments on commit 4262308

Please sign in to comment.