Skip to content

Commit d41be48

Browse files
committed
Small nits.
1 parent 906b5dd commit d41be48

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

BTDB.SourceGenerator.Sample/Examples.cs

-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
builder.AutoRegisterTypes().AsSelf();
1414
var container = builder.Build();
1515
container.Resolve<Klass>();
16-
unsafe
1716
{
1817
var h = IAnyHandler.CreateConsumeDispatcher(container);
1918
h(container, "Hello");
2019
}
2120

22-
unsafe
2321
{
2422
ReflectionMetadata.RegisterCollection(new()
2523
{

BTDB.SourceGenerator/Main.cs

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Collections.Immutable;
4-
using System.Collections.Specialized;
54
using System.Linq;
65
using System.Text;
76
using Microsoft.CodeAnalysis;

0 commit comments

Comments
 (0)